Skip to content

Conversation

@i-am-tom
Copy link

@i-am-tom i-am-tom commented Mar 31, 2018

A common style of comment block in PureScript starts each line with -- |, for example:

-- | This is a very
-- | important comment.
f = id

This commit adds that style to the allowed list.

A common style of comment block in PureScript starts each line with `-- |`, for example:

```
-- | This is a very
-- | important comment.
f = id
```

This commit adds that style to the allowed list.
@coot
Copy link
Contributor

coot commented Mar 31, 2018

Nice, thanks!

@coot coot merged commit 8528d2a into purescript-contrib:master Mar 31, 2018
@i-am-tom
Copy link
Author

Thank you!

@i-am-tom i-am-tom deleted the patch-1 branch March 31, 2018 10:16
@paldepind
Copy link

Thanks a lot to both of you 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants